Skip to content

[Bug] Fixes Playback mode timestamps displayed#3142

Merged
clayandgen merged 1 commit intomainfrom
bug/playback-time
Mar 31, 2026
Merged

[Bug] Fixes Playback mode timestamps displayed#3142
clayandgen merged 1 commit intomainfrom
bug/playback-time

Conversation

@clayandgen
Copy link
Copy Markdown
Contributor

This was originally correct — when the playback code was written (commit fc4cc2d), the TSDB returned ISO date strings like "2025-07-29T16:08:10.000Z", and new Date(string) parsed those fine. Later, the QuestDB client was refactored (commit 525491c) to return numeric seconds instead.

Some simplification added as well as there were branches that did the same thing now.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.24%. Comparing base (bff50e5) to head (63dd825).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3142      +/-   ##
==========================================
- Coverage   78.26%   78.24%   -0.02%     
==========================================
  Files         673      673              
  Lines       55239    55239              
  Branches      728      728              
==========================================
- Hits        43232    43222      -10     
- Misses      11929    11939      +10     
  Partials       78       78              
Flag Coverage Δ
python 79.47% <ø> (-0.01%) ⬇️
ruby-api 83.32% <ø> (-0.21%) ⬇️
ruby-backend 81.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@jmthomas jmthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix confirmed!

Image

@clayandgen clayandgen merged commit e31b7bc into main Mar 31, 2026
53 of 55 checks passed
@clayandgen clayandgen deleted the bug/playback-time branch March 31, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants